chore(entry_point): remove all repository_rule entry_point code and docs#3735
chore(entry_point): remove all repository_rule entry_point code and docs#3735aignas wants to merge 1 commit intobazel-contrib:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the legacy entry point generation mechanism and the deprecated entry_point macro in favor of py_console_script_binary. The changes include removing the parsing of entry_points.txt from wheel metadata, deleting the logic that automatically generated py_binary targets and entry point scripts within whl_library, and cleaning up associated tests and documentation. I have no feedback to provide as there are no review comments to address.
d18adbb to
39e8cc3
Compare
39e8cc3 to
65e3c97
Compare
|
looks like legit ci error:
|
This PR remove any mention or supporting code for the legacy
(and long removed)
entry_pointmacro.Fixes #3642